Version 24.2 (latest)

HashPool<TKey,TValue> Class Methods

For a list of all members of this type, see HashPool<TKey,TValue> members.

Public Methods
 NameDescription
Public MethodClearClears the items from the hash pool.  
Public MethodDoToAllPerfoms an action on all the items in the pool.  
Public MethodDoToAllActivePerfoms an action on all the items in the pool.  
Public MethodIsActiveKeyReturns whether the provided key is in the active set.  
Public MethodRemoveRemoves the item with the provided key from the pool.  
See Also